-
Notifications
You must be signed in to change notification settings - Fork 7.9k
List skipped extensions in run-tests.php #8363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
why is |
zend_test is a real extension (used to be able to test stuff which would otherwise be untestable). skeleton is just a template for an extension, and as such cannot be build. |
I know, but why it is listed as untested?
if we would replace |
Likely because zend_tests is not loaded, when
Why not simply exclude this extension from those stats? |
I will look what I can do for |
I don't think this should go into any of the stable branches. |
f60c84d
to
df85e15
Compare
ffcd710
to
d308f55
Compare
0ffd3e8
to
c6a4df8
Compare
ecd0d78
to
a682d60
Compare
63f95e6
to
b50ab03
Compare
5339776
to
f4c766f
Compare
Also please have a look at https://ci.appveyor.com/project/php/php-src/builds/44737578/job/tg57sktu8c5i6oyl#L1690. The ext\opcache\tests should be executed for this configuration. |
there are two jobs, but good catch, the [1] https://ci.appveyor.com/project/php/php-src/builds/44737578/job/5e6uc64ft1vl4cty#L1706 |
27d32e6
to
c555755
Compare
PR is done |
c555755
to
7f85bf6
Compare
Thank you! |
This causes the following error for me:
where |
Hmm, on a quick glance, I think we need to initialize |
#9617 should fix the issue. |
discovered in #8348 - Tests skipped because of missing ext were listed nowhere, this change improves the testing output by listing the skipped exts.
discovered in #8363 (comment) - The
php-src/run-tests.php
Line 890 in c809a21
also, we centralize the place where we normalize the loaded ext names to ext so/dll filenames